Skip to content

Feature: Upload external resources#1492

Merged
dandelany merged 14 commits intodevelopfrom
feature/upload-external-resources
Oct 23, 2024
Merged

Feature: Upload external resources#1492
dandelany merged 14 commits intodevelopfrom
feature/upload-external-resources

Conversation

@duranb
Copy link
Copy Markdown
Collaborator

@duranb duranb commented Oct 7, 2024

___REQUIRES_GATEWAY_PR___="112"

Partially resolves: #1424

To test:

  1. Upload a model
  2. Create a plan using that model
  3. Open the "Activity & Resources" panel on that plan
  4. Click the "Resources" tab in that panel
  5. Click the "Upload Resources" icon button
  6. Verify that a file upload input pops up below the button
  7. Choose the test file /e2e-test/data/external-dataset.json
  8. Click the "Upload" button
  9. Verify that the new resources show up in the resources list below
  10. Repeat steps 7-9 but with the /e2e-test/data/external-dataset.csv file

Comment thread src/components/ResourceList.svelte
Comment thread src/utilities/effects.ts
Comment thread src/routes/plans/[id]/+page.svelte Outdated
Comment thread src/routes/plans/[id]/+page.svelte Outdated
@duranb
Copy link
Copy Markdown
Collaborator Author

duranb commented Oct 21, 2024

@AaronPlave should be ready for another look at. Thanks!

@duranb duranb force-pushed the feature/upload-external-resources branch from 867580f to d5ad438 Compare October 21, 2024 21:54
Comment thread src/components/ResourceList.svelte Outdated
Comment thread src/components/ResourceList.svelte
Comment thread src/components/TimelineItemList.svelte
@duranb duranb force-pushed the feature/upload-external-resources branch from d5ad438 to 86bdcbf Compare October 22, 2024 20:11
@duranb duranb force-pushed the feature/upload-external-resources branch from 67354e3 to 86df418 Compare October 22, 2024 23:50
@dandelany
Copy link
Copy Markdown
Collaborator

Tested locally with the gateway PR which has merged - merging this for release. Thanks!

@dandelany dandelany merged commit 08e06cb into develop Oct 23, 2024
@dandelany dandelany deleted the feature/upload-external-resources branch October 23, 2024 01:27
dandelany pushed a commit that referenced this pull request Aug 14, 2025
* fix collapse clickthrough

* move scheduling enum file to enums directory

* Add ability to upload external dataset to plan

* add ability to associate simulation dataset to external datasets

* styling

* add e2e tests for dataset uploading

* update design

* add toasts for external dataset upload

* cleanup

* ensure unique resource name

* add styling

* fix unique profile names

* fix styling
fix unique list of types

* fix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Load data into Aerie from UI

3 participants